home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / gardenin.swf / scripts / frame_85 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  291 b   |  9 lines

  1. this.sound_mc.gotoAndStop("ok");
  2. bonus_num1 = 200;
  3. bonus_num2 = (30 - Math.ceil(this.menu_mc.calendar_mc._currentframe / 4)) * 2;
  4. bonus_num3 = 100;
  5. score += bonus_num1 + bonus_num2 + bonus_num3 + total_cost - bonus_num1;
  6. _root.sue_money += score;
  7. won_total = score;
  8. _root.FNsend4();
  9.